home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00133.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  192 b   |  10 lines

  1. on mouseUp
  2.   global soundspath, whosnow
  3.   sound playFile 1, soundspath & "323"
  4.   repeat with i = 60 to 65
  5.     sprite(i).visible = 0
  6.   end repeat
  7.   sprite(61).visible = 1
  8.   whosnow = "doc"
  9. end
  10.